home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / TIm17521.PPD < prev    next >
Text File  |  1990-10-12  |  13KB  |  390 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserPrinter" version 52.1
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013110 or 013499
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 19 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "2.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserPrinter)"
  20. *PSVersion: "(52.1) 0"
  21. *NickName: "TI microLaser PS17 v.52.1"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "133530"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "6"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize Statement: "statusdict begin statementtray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize B5: "statusdict begin b5tray end"
  108. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  109. *PageSize Envelope.297.684/Comm #10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  110. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  111. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  112. *?PageSize: "
  113.  save statusdict begin
  114.   10 dict begin
  115.    /letter (Letter) def /legal (Legal) def
  116.    /a4 (A4) def  /b5 (B5) def
  117.    /executivepage (Executive) def
  118.    /statement (Statement) def
  119.    /3.875x7.5envelope (Envelope.279.540/Monarch Envelope) def
  120.    /4.125x9.5envelope (Envelope.297.684/Comm #10 Envelope) def
  121.    /110x220envelope (Envelope.312.624/DL Envelope) def
  122.    /162x229envelope (Envelope.459.649/C5 Envelope) def
  123.    papersize {
  124.      {load exec} stopped not{= flush}if
  125.    }{
  126.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  127.    }ifelse
  128.   end
  129.  end restore
  130. "
  131. *End
  132.  
  133. *% These entries will set up the frame buffer. Usually used with manual feed.
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "letter"
  136. *PageRegion Legal: "legal"
  137. *PageRegion Statement: "statement"
  138. *PageRegion Executive: "executivepage"
  139. *PageRegion A4: "a4"
  140. *PageRegion B5: "b5"
  141. *PageRegion Envelope.279.540/Monarch Envelope: "3.875x7.5envelope"
  142. *PageRegion Envelope.297.684/Comm #10 Envelope: "4.125x9.5envelope"
  143. *PageRegion Envelope.312.624/DL Envelope: "110x220envelope"
  144. *PageRegion Envelope.459.649/C5 Envelope: "162x229envelope"
  145.  
  146.  
  147. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  148. *% These errors should be trapped by software and a message displayed
  149. *DefaultPaperTray: None
  150. *PaperTray Letter: "statusdict begin lettertray end"
  151. *PaperTray Legal: "statusdict begin legaltray end"
  152. *PaperTray Statement: "statusdict begin statementtray end"
  153. *PaperTray Executive: "statusdict begin executivetray end"
  154. *PaperTray A4: "statusdict begin a4tray end"
  155. *PaperTray B5: "statusdict begin b5tray end"
  156. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  157. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  158. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  159. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  160. *?PaperTray: "
  161.  save statusdict begin
  162.    10 dict begin
  163.    /letter (Letter) def /legal (Legal) def
  164.    /a4 (A4) def  /b5 (B5) def
  165.    /executivepage (Executive) def
  166.    /statement (Statement) def
  167.    /3.875x7.5envelope (Envelope.279.540/Monarch Envelope) def
  168.    /4.125x9.5envelope (Envelope.297.684/Comm #10 Envelope) def
  169.    /110x220envelope (Envelope.312.624/DL Envelope) def
  170.    /162x229envelope (Envelope.459.649/C5 Envelope) def
  171.    papersize {
  172.      {load exec} stopped not{= flush}if
  173.    }{
  174.      {load exec} stopped not{print (.Transverse) = flush}if
  175.    }ifelse
  176.   end
  177.  end restore
  178. "
  179. *End
  180.  
  181. *% The following entries provide information about specific paper keywords.
  182. *DefaultImageableArea: Letter
  183. *ImageableArea Letter: "13 12 596 774 "
  184. *ImageableArea Legal: "15 13 597 991 "
  185. *ImageableArea A4: "16 14 583 823 "
  186. *ImageableArea B5: "15 14 501 709 "
  187. *ImageableArea Statement: "14 14 381 597 "
  188. *ImageableArea Executive: "16 14 510 738 "
  189. *ImageableArea Envelope.279.540/Monarch Envelope: "16 20 276 533 "
  190. *ImageableArea Envelope.297.684/Comm #10 Envelope: "17 21 292 672"
  191. *ImageableArea Envelope.312.624/DL Envelope: "12 17 302 611"
  192. *ImageableArea Envelope.459.649/C5 Envelope: "13 17 449 628"
  193. *?ImageableArea: "
  194.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  195.   newpath clippath pathbbox
  196.   4 -2 roll exch 2 {ceiling cvp} repeat
  197.   exch 2 {floor cvp} repeat flush
  198.  restore
  199. "
  200. *End
  201.  
  202. *% These provide the physical dimensions of the paper (by keyword)
  203. *DefaultPaperDimension: Letter
  204. *PaperDimension Letter: "612 792"
  205. *PaperDimension Legal: "612 1008"
  206. *PaperDimension A4: "595 842"
  207. *PaperDimension B5: "516 729"
  208. *PaperDimension Statement: "396 612"
  209. *PaperDimension Executive: "522 756"
  210. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  211. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  212. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  213. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  214.  
  215. *DefaultOutputBin: Upper
  216. *DefaultInputSlot: Upper
  217. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  218. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  219. *InputSlot Envelope: "statusdict begin 2 setpapertray end"
  220. *?InputSlot: "
  221.  save statusdict begin
  222.   3 dict begin
  223.    /0 (Upper) def
  224.    /1 (Lower) def
  225.    /2 (Envelope) def
  226.    papertray 
  227.      {( ) cvs cvn load exec} stopped not{= flush}if
  228.   end
  229.  end restore
  230. "
  231. *End
  232.  
  233. *DefaultManualFeed: False
  234. *?ManualFeed: "
  235.   statusdict begin manualfeed
  236.   {(True)}{(False)}ifelse = flush"
  237. *End
  238. *ManualFeed True: "statusdict begin /manualfeed true store end"
  239. *ManualFeed False: "statusdict begin /manualfeed false store end"
  240.  
  241. *DefaultOutputOrder: Normal
  242. *?OutputOrder: "
  243.       save statusdict begin
  244.       pagestackorder {(Normal)}{(Reverse)} ifelse = flush
  245.       end restore
  246. "
  247. *End
  248.  
  249. *DefaultCollator: None
  250. *DefaultSorter: None
  251. *DefaultDuplex: None
  252.  
  253. *% Font Information =====================
  254.  
  255. *DefaultFont: Courier
  256. *Font Courier: Standard "(002.002)"
  257. *Font Courier-Bold: Standard "(002.002)"
  258. *Font Courier-BoldOblique: Standard "(002.002)"
  259. *Font Courier-Oblique: Standard "(002.002)"
  260. *Font Helvetica: Standard "(001.002)"
  261. *Font Helvetica-Bold: Standard "(001.002)"
  262. *Font Helvetica-BoldOblique: Standard "(001.002)"
  263. *Font Helvetica-Narrow: Standard "(001.002)"
  264. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  265. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  266. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  267. *Font Helvetica-Oblique: Standard "(001.002)"
  268. *Font Symbol: Special "(001.003)"
  269. *Font Times-Bold: Standard "(001.002)"
  270. *Font Times-BoldItalic: Standard "(001.004)"
  271. *Font Times-Italic: Standard "(001.002)"
  272. *Font Times-Roman: Standard "(001.002)"
  273. *?FontQuery: "
  274. save  4 dict begin /sv exch def
  275. /str (fonts/                              ) def
  276. /st2 128 string def
  277. {
  278.   count 0 gt {
  279.     dup st2 cvs (/) print print (:) print
  280.     dup FontDirectory exch known {pop (Yes)}{
  281.      str exch st2 cvs dup length /len exch def
  282.      6 exch putinterval str 0 len 6 add getinterval mark exch
  283.      { } st2 filenameforall counttomark 0 gt {
  284.       cleartomark (Yes)}{cleartomark (No)}ifelse
  285.     }ifelse = flush
  286.   }{ exit } ifelse
  287. } bind loop
  288. (*) = flush
  289. sv end restore
  290. "
  291. *End
  292.  
  293. *?FontList: "
  294. save  2 dict begin /sv exch def
  295. /str 128 string def
  296. FontDirectory { pop == } bind forall flush
  297. /filenameforall where { 
  298.  pop save (fonts/*) { 
  299.   dup length 6 sub 6 exch getinterval cvn == 
  300.  } bind str filenameforall flush restore
  301. } if 
  302. (*) = flush
  303. sv end restore
  304. "
  305. *End
  306.  
  307. *% Printer Messages (verbatim from printer):
  308. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  309. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  310. *Message: "\FontName\ not found, using Courier"
  311.  
  312. *% Status (format: %%[ status: <one of these> ]%% )
  313. *Status: "idle"
  314. *Status: "busy"
  315. *Status: "waiting"
  316. *Status: "printing"
  317. *Status: "printing test"
  318. *Status: "initializing"
  319.  
  320. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  321. *Source: "serial9"
  322. *Source: "serial25"
  323. *Source: "AppleTalk"
  324. *Source: "Centronics"
  325.  
  326. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  327. *PrinterError: "Optical Sys Err "
  328. *PrinterError: " Main Motor Err "
  329. *PrinterError: " Plgn Motor Err "
  330. *PrinterError: " Heater HI Temp "
  331. *PrinterError: " Heater LO Temp "
  332. *PrinterError: "Thermistor Open "
  333. *PrinterError: "  PCUROM Error  "
  334. *PrinterError: "  PCURAM Error  "
  335. *PrinterError: "  NV-RAM Error  "
  336. *PrinterError: "Eng Serial Error"
  337. *PrinterError: "   Cover Open   "
  338. *PrinterError: " OPC Life Over  "
  339. *PrinterError: "Dvlp. Life Over "
  340. *PrinterError: "Prntr. Life Over"
  341. *PrinterError: "Clear Paper Jam "
  342. *PrinterError: "   Add Toner    "
  343. *PrinterError: "Waste Toner Full"
  344. *PrinterError: "   Paper Out    "
  345. *PrinterError: "Insert Manual Pg
  346. *PrinterError: "   Warming Up   "
  347. *PrinterError: "Prnter not Ready"
  348.  
  349. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  350.  
  351. *% Color Separation Information =====================
  352.  
  353. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  354.  
  355. *InkName: ProcessBlack/Process Black
  356. *InkName: CustomColor/Custom Color
  357. *InkName: ProcessCyan/Process Cyan
  358. *InkName: ProcessMagenta/Process Magenta
  359. *InkName: ProcessYellow/Process Yellow
  360.  
  361. *%  For 60 lpi / 300 dpi  ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  364. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  365. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  366. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  367. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  370. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  371. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  373. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  374.  
  375. *%  For 53 lpi / 300 dpi  ===============================
  376.  
  377. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  378. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  379. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  380. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  381. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  382.  
  383. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  384. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  385. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  386. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  387. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  388.  
  389. *% end of PPD file for LaserPrinter
  390.